home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56194 / 56194.xpi / chrome / topsite.jar / content / css / toolbarView.css
Cascading Style Sheet File  |  2010-01-03  |  406b  |  27 lines

  1. .relatedTopicButton > .toolbarbutton-menu-dropmarker
  2. {
  3.     display: none;
  4. }
  5.  
  6. .titleTopSitePopup
  7. {
  8.     background-color: menu;
  9.         font-weight: bold;
  10. }
  11.  
  12. .footerTopSitePopup > label
  13. {
  14.     color: #6C7BCE;
  15.     cursor: pointer;
  16.     text-decoration: underline;
  17.     margin-bottom: 5px;
  18. }
  19.  
  20. .footerTopSitePopup > label:hover
  21. {
  22.     color: #2557A0;
  23. }
  24.  
  25. #topsiteSearchBox {
  26.         border: #9496A2 1px solid;
  27. }